home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / CATALOG.CST / 00028_test button.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  119 b   |  11 lines

  1.  
  2. on mouseEnter me
  3.   set the member of sprite 15 to 27
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite 15 to 17
  9.  
  10. end
  11.